(askchoice (prompt "Select your preferred Language:\nWählen Sie ihre bevorzugte Sprache:\n")
(help "Select your preferred language for the documentation and the further installation.\n\nWählen Sie hier Ihre bevorzugte Sprache für die Dokumentation und die weitere Installation.")
(choices "english" "deutsch")
(default 0)
)
)
(complete 10)
;
; ***** Define strings
;
(if (= lang 0)
(
(set MSG_OLDOS "It looks like you are using OS 1.3 or lower. But mathX needs Kickstart 2.0 or higher! You should seriously consider to buy OS 3.1.\n")
(set MSG_OLDMUI "Your MUI-System seems to be too old for mathX and needs to be updated. mathX needs at least MUI 3 to work.\nYou can install mathX now but it will not work before updating MUI.\n")
(set MSG_NOMUI "Seems like MUI is not installed!\nmathX needs MUI 3 or higher. You can continue the installation but keep in mind, that mathX will not work before you also installed MUI.\n")
(set MSG_PATH "Choose the path where the new drawer 'mathX' should be created or already is (in case of an update)")
(set MSG_PATH_HELP "\nAbout 360KB will be needed for the installation.\nIn the choosen path a new directory called 'mathX' will be created, in which mathX and the other files will be copied.\nYou also may create a new drawer via 'Make New Drawer' before.\n\nIn case of an update the new files will be just copied over the old ones.\n")
(set MSG_MAIN "Install the main program 'mathX'")
(set MSG_MAIN_HELP "The main program of mathX.\n")
(set MSG_GUIDE "Install the documentation files")
(set MSG_GUIDE_HELP "Those are the documentation files and online-help for mathX.\nThey must be placed into the 'Docs' directory of the mathX drawer.\n")
(set NAME_GUIDE "Docs/English/")
(set MSG_CATDIR "Directories have to be created for the mathX.catalog.")
(set MSG_CAT "Install the mathX.catalog of the selected language")
(set MSG_CAT_HELP "This mathX.catalog contains all the program texts in the selected language.\nIf you don't install it you have to use the builtin english language.\n")
(set MSG_DATA "Install default graph settings and term examples")
(set MSG_DATA_HELP "These are some predefined graph settings and term examples for educational purposes.\n")
(set MSG_REXX "Install ARexx scripts")
(set MSG_REXX_HELP "mathX contains some ARexx scripts especially to communicate with the program 'MathScript'.\n")
(set MSG_ICONS "What icons do you want?")
(set MSG_ICONS_HELP "For all installed mathX files exist icons in MagicWB-style, both regular and small\nIf you do not have MagicWB, you also should not install these icons.\n(MagicWB is a Workbench enhancment by Martin Huttenloher.)")
(set MSG_ICON "Installing a MagicWB-icon")
(set MSG_ENDNOTE "To start mathX just double click the main-program 'mathX'.\n\nIf you want to get rid of mathX just delete its drawer.")
)
(
(set MSG_OLDOS "Es sieht so aus, als ob sie OS 1.3 oder kleiner benutzen. mathX läuft aber erst ab OS 2.0.\nSie sollten sich überlegen, OS 3.1 anzuschaffen!\n")
(set MSG_OLDMUI "Ihr MUI-System scheint zu alt zu sein und muß upgedated werden. mathX benötigt mindestens MUI 3.\n Sie können mathX jetzt installieren aber es wird nicht laufen, bevor MUI upgedated wird.\n")
(set MSG_NOMUI "Sie scheinen kein MUI installiert zu haben.\nmathX benötigt aber MUI in der Version 3 oder höher. Sie können mit der Installation fortfahren, aber mathX wird nicht laufen, bevor MUI nicht installiert wurde.\n")
(set MSG_PATH "Wählen Sie den Pfad, in dem das Verzeichnis 'mathX' erzeugt werden soll, oder im Falle eines Updates bereits ist")
(set MSG_PATH_HELP "\nEs werden etwa 360KB für die Installation benötigt.\nIm gewählten Pfad wird ein neues Verzeichnis namens 'mathX' erzeugt, in das mathX und die zugehörigen Dateien kopiert werden.\nSie können mit 'Make New Drawer' auch zuerst ein neues Verzeichnis erstellen.\n\nFalls Sie eine ältere Version von mathX updaten wollen, werden einfach die neueren Dateien über die älteren kopiert.\n")
(set MSG_MAIN "Installieren des Hauptprogramms 'mathX'")
(set MSG_MAIN_HELP "Das Hauptprogramm von mathX.\n")
(set MSG_GUIDE "Installieren der Dokumentationsdateien")
(set MSG_GUIDE_HELP "Dies sind die Dokumentationsdateien und gleichzeitig Online-Hilfe für mathX.\nSie müssen deshalb in das Unterverzeichnis 'Docs' des mathX Verzeichnisses.\n")
(set NAME_GUIDE "Docs/Deutsch/")
(set NAME_CATDEST "Catalogs/Deutsch")
(set MSG_CATDIR "Es müssen Verzeichnisse für den Katalog erzeugt werden.")
(set MSG_CAT "Installiere den mathX.catalog der ausgewählten Sprache")
(set MSG_CAT_HELP "Dieser mathX.catalog enthält alle Programmtexte in der ausgewählten Sprache.\nWenn Sie ihn nicht installieren, müssen sie die eingebaute englische Sprache benutzen.\n")
(set MSG_DATA "Installiere Standard-Grapheinstellungen und Beispielterme")
(set MSG_DATA_HELP "Einige Grapheinstellungen und Terme zur geistigen Erbauung.")
(set MSG_REXX "Installiere ARexx Skripts")
(set MSG_REXX_HELP "mathX liegen ein paar ARexx-Skripts bei, die den eingebauten ARexx-Port demonstrieren und insbesondere mit dem Programm MathScript kommunizieren können.\n")
(set MSG_ICONS "Was für Icons möchten Sie?")
(set MSG_ICONS_HELP "Für die installierten mathX Files stehen Icons im MagicWB-Stil zur Verfügung, in normaler als auch in halber Höhe.\nWenn sie kein MagicWB installiert haben, sollten sie diese Icons auch nicht verwenden.\n(MagicWB ist eine Workbench-Erweiterung von Martin Huttenloher.)")
(set MSG_ICON "Kopieren eines Icons")
(set MSG_ENDNOTE "Gestartet wird mathX durch Doppelklick auf das Hauptprogramm 'mathX'.\n\nUm mathX wieder loszuwerden, löscht man einfach sein Verzeichnis.")